home *** CD-ROM | disk | FTP | other *** search
/ Power Programmierung / Power-Programmierung (Tewi)(1994).iso / magazine / drdobbs / 1987 / 11 / getpixel.h < prev    next >
C/C++ Source or Header  |  1987-10-08  |  149b  |  11 lines

  1. /*
  2.     getpixel.h
  3.     
  4.     contains function prototype for getpixel.c
  5. */
  6.  
  7. #include <QuickDraw.h>
  8.  
  9. extern int getpixel(int h, int v, BitMap *bmap);
  10.  
  11.